home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 42
/
Mac Magazin and MacEasy Magazine CD - Issue 42.iso
/
Software
/
Mobiles Büro
/
Newton
/
Accordian 1.0b
/
ADF Folder
/
CustomName□Fields.adf
< prev
next >
Wrap
Text File
|
1997-02-06
|
1KB
|
34 lines
// This ADF extends RCU to read ten Custom fields in the Newton's Names app.
// To use these, replace the text names in quotes (i.e. "Custom 1")
// to the names that you have entered in the custom slots in the Names
// application in the same order in which they appear in the custom field dialog.
// There are different custom fields sets for persons and companies.
// By Van Evans and Bryant Eastham, Revelar Software
// February 6, 1997
extension of "Person" of { "cardfile" "Names" }
{
custom1: string called "Custom 1"
custom2: string called "Custom 2"
custom3: string called "Custom 3"
custom4: string called "Custom 4"
custom5: string called "Custom 5"
custom6: string called "Custom 6"
custom7: string called "Custom 7"
custom8: string called "Custom 8"
custom9: string called "Custom 9"
custom10: string called "Custom 10"
}
extension of "Company" of { "cardfile" "Names" }
{
custom1: string called "Custom 1"
custom2: string called "Custom 2"
custom3: string called "Custom 3"
custom4: string called "Custom 4"
custom5: string called "Custom 5"
custom6: string called "Custom 6"
custom7: string called "Custom 7"
custom8: string called "Custom 8"
custom9: string called "Custom 9"
custom10: string called "Custom 10"
}